home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / uucp / AmigaUUCP1_16.lha / AmigaUUCP / contrib / doc / node_report.doc < prev    next >
Text File  |  1992-02-15  |  2KB  |  52 lines

  1. This program generates node activity and traffic statistics for your UUCP
  2. node.  It is designed to work with Matt Dillon's UUCP software, v1.15.  It
  3. opens uuspool:timelog and reads it, compiling a report (node.report, written
  4. in the current directory), listing various statistics for each node found in
  5. the timelog.  The report contains mail header information (suitable for
  6. direct feed to sendmail) for 'Postmaster' at each node for which statistics
  7. are found in the timelog.
  8.  
  9. Usage:
  10. node_report
  11.    produce the report for the current month
  12.  
  13. node_report -l
  14.    produce the report for last month
  15.  
  16. node_report mmm
  17.    produce the report for month 'mmm'
  18.  
  19. To make this software an integrated part of your UUCP suite, you should have
  20. crontab entries like this:
  21.  
  22. #   S:CRONTAB
  23. #
  24. #min   hr   day   mon   dow   command
  25. # generate and send out activity report for last month on 2nd of this month
  26. 0     1     2     *     *  execute uucp:sc/report_activity
  27.  
  28. # ... and then trim the timelog back
  29. 0     4     2     *     *   uucp:c/trimfile uuspool:timelog
  30.  
  31. This crontab entry calls the script file report_activity, which should look
  32. something like this:
  33.  
  34. ;Report_Activity
  35. ; generate and mail activity reports 
  36. node_report -l ;parameter means use last month...
  37. sendmail <uucp:node.report -f postmaster
  38.  
  39.  
  40.  
  41. Legal Stuff:
  42.  
  43. You are free to use this program, and to distribute it to others, as long as
  44. no fee is charged for it.  I am making it available to others for nothing; it
  45. is my intention that others should not receive compensation for it since I do
  46. not.  This file, unmodified, must accompany any such distribution.
  47.  
  48. RW Salnick
  49. Spokane, WA
  50.  
  51. salnick@dejavu.spk.wa.us
  52.